home *** CD-ROM | disk | FTP | other *** search
/ Turnbull China Bikeride / Turnbull China Bikeride - Disc 2.iso / BARNET / FREENET / GAMMANS / LPR010.ZIP / doc / NotSpec < prev    next >
Text File  |  1997-02-09  |  1KB  |  39 lines

  1. lpr RISC-OS Port
  2. ================
  3.  
  4. Known deviations from RFC1179
  5. -----------------------------
  6.  
  7.   1. lpr always sends the control file second.
  8.   2. The source port of the connection is allocated from the
  9.      auto allocate  block in the normal way, as a result the source
  10.      port will never be in range 721-731 as spec'd by the RFC.
  11.   3. The range of job numbers produced is only 000 to 256.
  12.   4. No checking is made on the variable lpr$usr which is used for the
  13.      control file username, as a result that variable must not start
  14.      with a digit. If it does not exist it is set by lpr to 'root'.
  15.   
  16.   
  17. Other points...
  18. ---------------  
  19.  
  20. The control file only exists in memory during the execution of lpr.
  21. The entries for the file come from the RISC-OS envoirment variables, as 
  22. such the the hostname is taken from the variable Inet$Hostname.
  23.  
  24. It is worth noting that the author is currently aware of a 'feature' in
  25. the OS/2 Warp version on lpd, which means it will also print the 'control
  26. file', when started without any switches,  the useful switches are:-
  27.  
  28.     /? - display usage details.
  29.     -b - only print banner if supplied by client (I never supply
  30.            a banner so this turn banners form us off).
  31.            
  32.     -c - Don't Print control file. You'll probaly want to use this.
  33.     -s - only accept connections form port 721-731, you can't use
  34.          this option is your using this client.
  35.          
  36.  
  37. --
  38. Roger G Gammans
  39. rgammans@compsurg.demon.co.uk